home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 56116 / 56116.xpi / chrome / chromeFiles / skin / ucincinnati / browser-trans.css next >
Cascading Style Sheet File  |  2009-12-15  |  2KB  |  72 lines

  1. /* Transparency tweaks for toolbars on generic nature themes */
  2. #main-window[btBoom="ucincinnati"] > #navigator-toolbox > toolbar,
  3. #main-window[btBoom="ucincinnati"]:not([active="true"]) > #navigator-toolbox > toolbar {
  4.     background-color: rgba(207, 207, 207, 0.5);
  5. }
  6.  
  7. #main-window[btBoom="ucincinnati"] #toolbar-menubar {
  8.     background-color: transparent !important;
  9.     height: 23px;
  10.     max-height: 23px;
  11.     border: 0px;
  12. }
  13.  
  14. #main-window[btBoom="ucincinnati"]
  15.   #nav-bar {
  16.     background-image: none !important; /* no background image */
  17.     background-color: transparent !important;
  18.     height: 37px;
  19.     border: 0px;
  20.     margin-left: 0px;
  21.   }
  22.  
  23. #main-window[btBoom="ucincinnati"]  
  24.   #navigator-toolbox[bttoolbar="true"] #bt-nature-toolbar {
  25.     background-color: transparent !important;
  26.     background-image: none !important;
  27.     height: 25px;
  28.     color: #000;
  29.     margin-left: 0px;
  30.   }
  31.  
  32. /* Generic Tab browser transparency */
  33. #main-window[btBoom="ucincinnati"]:not([active="true"]) .tabbrowser-strip,
  34. #main-window[btBoom="ucincinnati"] .tabbrowser-strip {
  35.   background-color: rgba(207, 207, 207, 0.5);
  36. }
  37.  
  38. /* Status Bar Styling */
  39. #main-window[btBoom="ucincinnati"]:not([active="true"]) statusbar#status-bar,
  40. #main-window[btBoom="ucincinnati"] statusbar#status-bar {
  41.   -moz-appearance: none;
  42.   background-color: transparent;
  43.   background-image: none !important;
  44. }
  45.  
  46. /* WIN SPECIFIC */
  47.  
  48. /* Tabbrowser Tabs, background color, make transparent for nature generics */
  49. /* Generic Tab browser transparency */
  50. #main-window:not([btPlatform="Darwin"])[btClient="ucincinnati"]:not([active="true"]) .tabbrowser-tabs,
  51. #main-window:not([btPlatform="Darwin"])[btClient="ucincinnati"] .tabbrowser-tabs {
  52.   background-color: rgba(207, 207, 207, 0.0);
  53.   background-image: none;
  54.   -moz-appearance: none;
  55.   border-top: 3px solid;
  56.   -moz-border-top-colors: rgba(0,0,0,0.75) rgba(0,0,0,0.5) rgba(0,0,0,0.25);
  57. }
  58.  
  59. /* MAC SPECIFIC */
  60.  
  61. #main-window[btPlatform="Darwin"][btBoom="ucincinnati"]
  62.   #toolbar-menubar {
  63.     background-color: transparent !important;
  64.   }
  65.  
  66. #main-window[btPlatform="Darwin"][btBoom="ucincinnati"]
  67.  #navigator-toolbox > #PersonalToolbar,
  68. #main-window:not([active="true"])[btBoom="ucincinnati"]
  69.   #navigator-toolbox > #PersonalToolbar  {
  70.     background-image: url("../../skin/ucincinnati/resources/bookmark_toolbar_background_boom-050.png");
  71.   }
  72.